home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00049_Script_TimeDown-goto frame 55 < prev    next >
Text File  |  1999-02-25  |  624b  |  24 lines

  1. on enterFrame me
  2.   if the memberNum of sprite 4 = 86 then
  3.     
  4.     set the visibility of sprite 32 = TRUE
  5.     
  6.     if the lastRoll < 60 then 
  7.       set the memberNum of sprite 32 = 75 
  8.     else if the lastRoll < 120 then
  9.       set the memberNum of sprite 32 = 74
  10.     else if the lastRoll < 180 then
  11.       set the memberNum of sprite 32 = 73
  12.     else if the lastRoll < 240 then
  13.       set the memberNum of sprite 32 = 72
  14.     else if the lastRoll < 300 then
  15.       set the memberNum of sprite 32 = 71
  16.     else if the lastRoll < 360 then
  17.       go to frame 55
  18.     end if
  19.   else
  20.     nothing
  21.   end if
  22.   
  23.   
  24.